home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Loadstar 24
/
024.d81
/
main menu
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-08-26
|
1KB
|
52 lines
100 print"[147]"chr$(142)
110 poke53280,6:poke53281,0
120 printtab(9)"[152]planetary information":gosub530
130 print"[147]"
140 printtab(17)"menu"
150 printtab(10)"[155]press a for mercury"
160 printtab(10)"press b for venus"
170 printtab(10)"press c for earth"
180 printtab(10)"press d for moon"
190 printtab(10)"press e for mars"
200 printtab(10)"press f for jupiter"
210 printtab(10)"press g for saturn"
220 printtab(10)"press h for uranus"
230 printtab(10)"press i for neptune"
240 printtab(10)"press j for pluto"
250 printtab(10)"press k for the sun"
260 printtab(10)"press l for fun facts"
270 printtab(10)"press m for waste management"
290 printtab(10)"press q to quit astro"
300 getb$
310 ifb$<"a"orb$>"q"then300
320 ifb$>"m"andb$<"q"then300
330 ifb$="a"thenf$="mercury":goto470
340 ifb$="b"thenf$="venus":goto470
350 ifb$="c"thenf$="earth":goto470
360 ifb$="d"thenf$="moon":goto470
370 ifb$="e"thenf$="mars":goto470
380 ifb$="f"thenf$="jupiter":goto470
390 ifb$="g"thenf$="saturn":goto470
400 ifb$="h"thenf$="uranus":goto470
410 ifb$="i"thenf$="neptune":goto470
420 ifb$="j"thenf$="pluto":goto470
430 ifb$="k"thenf$="sun":goto470
440 ifb$="l"thenf$="facts":goto470
450 ifb$="m"thenf$="bathroom":goto470
460 ifb$="q"then 62999
470 print"[144][147]load"chr$(34)f$chr$(34)",8"
480 print"run"
485 printtab(10)"working real hard...[144]"
490 poke198,10
500 data 19,13,13
510 fori=1to3 :readx:poke630+i,x:next
520 new
530 forl=54272to54295:pokel,0:next:poke54296,15
540 poke54277,8:poke54278,255:poke54276,23
550 f2=4
560 forz=1to1:poke54287,f2
570 forf1=1to200
580 poke54273,f1:f2=f2+.01:nextf1:nextz:poke54278,15:return
62999 print"[147]";
63000 load"hello connect",8:end